home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / MunchingSq.lha / MunchingSq / ReadMe < prev   
Text File  |  1987-07-07  |  578b  |  17 lines

  1.     Here is a repost of Munching Squares for the Amiga.  Now it does
  2. more interesting things.  'ms2' takes a single argument, which is any
  3. unsigned 16-bit integer.  This is the 'seed' value.
  4.  
  5.     Interesting seed values include 1, 2, 257, 4369, 4681, 32769, 32784,
  6. 5643.  Try odd numbers near powers of two.
  7.  
  8.     I would have made it more "user-friendly", but in the process of
  9. fiddling with a new algorithm, I found a simply gorgeous new basis for a
  10. true display hack.  Coming soon to a node near you....
  11.  
  12.     Hope you like the new version.
  13.  
  14. MANUFACTURE:    Manx 3.4b
  15.     cc ms2.c
  16.     ln ms2.o -lc
  17.